Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency oxlint to v0.15.5 #338

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

titouanmathis
Copy link
Contributor

@titouanmathis titouanmathis commented Dec 9, 2024

This PR contains the following updates:

Package Type Update Change
oxlint (source) devDependencies minor 0.13.2 -> 0.15.5

Release Notes

oxc-project/oxc (oxlint)

v0.15.5: oxlint v0.15.5

Compare Source

[0.15.5] - 2025-01-02

Features
  • 0e168b8 linter: Catch more cases in const-comparisons (#​8215) (Cameron)
  • bde44a3 linter: Add statement_span to ModuleRecord/ImportEntry (#​8195) (Alexander S.)
  • ccaa9f7 linter: Implement eslint/new-cap (#​8146) (Alexander S.)
Bug Fixes
  • 2b14a6f linter: Fix ignorePattern config for windows (#​8214) (Alexander S.)
Testing

v0.15.4: oxlint v0.15.4

Compare Source

[0.15.4] - 2024-12-30

  • ed75e42 semantic: [BREAKING] Make SymbolTable fields pub(crate) instead of pub (#​7999) (Boshen)
Features
  • 47cea9a linter: Implement eslint/no-extra-label (#​8181) (Anson Heung)
  • ef76e28 linter: Implement eslint/no-multi-assign (#​8158) (Anson Heung)
  • 384858b linter: Implement jsx-a11y/no-noninteractive-tabindex (#​8167) (Tyler Earls)
  • afc21a6 linter: Implement eslint/vars-on-top (#​8157) (Yuichiro Yamashita)
  • 65796c4 linter: Implement eslint/prefer-rest-params (#​8155) (Yuichiro Yamashita)
  • 5234d96 linter: Implement eslint/no-nested-ternary (#​8150) (Yuichiro Yamashita)
  • 1c5db72 linter: Implement eslint/no-labels (#​8131) (Anson Heung)
  • 0b04288 linter: Move import/named to nursery (#​8068) (Boshen)
Bug Fixes
  • 0794bee editor/vscode: Set minimum supported ver. to ^1.93.0 (#​8182) (Pavel Smirnov)
  • f3050d4 linter: Exclude svelte files from no_unused_vars rule (#​8170) (Yuichiro Yamashita)
  • faf7464 linter: Disable rule react/rules-of-hook by file extension (#​8168) (Alexander S.)
  • 1171e00 linter: Disable react/rules-of-hooks for vue and svelte files (#​8165) (Alexander S.)
  • 1b9a5ba linter: False positiver in private member expr in oxc/const-comparison (#​8164) (camc314)
  • 6bd9ddb linter: False positive in typescript/ban-tslint-comment (#​8094) (dalaoshu)
  • 10a1fd5 linter: Rule: no-restricted-imports support option patterns with group key (#​8050) (Alexander S.)
  • b3f38ae linter: Rule no-restricted-imports: support option allowImportNames (#​8002) (Alexander S.)
  • 340cc90 linter: Rule no-restricted-imports: fix option "importNames" (#​7943) (Alexander S.)
  • ec2128e linter: Fix line calculation for eslint/max-lines in diagnostics (#​7962) (Dmitry Zakharov)
  • 79af100 semantic: Reference flags not correctly resolved when after an export stmt (#​8134) (camc314)
Performance
  • d8d2ec6 linter: Run rules which require typescript syntax only when source type is actually typescript (#​8166) (Alexander S.)
  • 2736657 semantic: Allocate UnresolvedReferences in allocator (#​8046) (Boshen)
Refactor
  • de8246b language_server: Move structs into own file (#​8026) (Alexander S.)
  • 774babb linter: Read exported_bindings_from_star_export lazily (#​8062) (Boshen)
  • 547c102 linter: Use RwLock<FxHashMap> instead of FxDashMap for module record data (#​8061) (Boshen)
  • 952d7e4 linter: Rename flat.rs to config.rs (#​8033) (camc314)
  • 50848ed linter: Simplify ConfigStore to prep for nested configs (#​8032) (camc314)
  • b2a4a78 linter: Remove unused with_rules and set_rule methods (#​8029) (camc314)
  • 6da0b21 oxlint: Remove unused git.rs (#​7990) (Boshen)
  • 58e7777 oxlint: Remove extra if check in Walkdir (#​7989) (Boshen)
  • 02f968d semantic: Change Bindings to a plain FxHashMap (#​8019) (Boshen)

v0.15.3: oxlint v0.15.3

Compare Source

[0.15.3] - 2024-12-17

Features
  • 25ddb35 linter: Add the import/no_named_default rule (#​7902) (Guillaume Piedigrossi)
  • ee26b44 linter: Enhance get_element_type to resolve more element types (#​7885) (dalaoshu)
Bug Fixes
  • 6f41d92 linter: False positive in unicorn/no-useless-spread (#​7940) (dalaoshu)
  • 0867b40 linter: Fix configuration parser for no-restricted-imports (#​7921) (Alexander S.)
  • 9c9b73d linter: Fix incorrect fixer for prefer-regexp-test (#​7898) (Cameron)
  • 32935e6 linter: False positive in jsx-a11y/label-has-associated-control (#​7881) (dalaoshu)
  • 14c51ff semantic: Remove inherting ScopeFlags::Modifier from parent scope (#​7932) (Dunqing)
Refactor
Styling

v0.15.2: oxlint v0.15.2

Compare Source

[0.15.2] - 2024-12-14

Fix the previous broken release caused by https://github.com/softprops/action-gh-release/issues/555

v0.15.1: oxlint v0.15.1

Compare Source

[0.15.1] - 2024-12-13

Features
  • 38b1c2e editor: Create a command to apply all auto-fixes for the current active text editor (#​7672) (Nicholas Rayburn)
Bug Fixes
  • 2b187e5 linter: Fix configuration casing for typescript/no_this_alias (#​7836) (Boshen)
  • 06e6d38 linter: Fix unicorn/prefer-query-selector to use the correct replacement for getElementsByClassName (#​7796) (Nicholas Rayburn)
  • 7a83230 semantic: Missing reference when export default references a type alias binding (#​7813) (Dunqing)

v0.15.0: oxlint v0.15.0

Compare Source

[0.15.0] - 2024-12-10

  • 39b9c5d linter: [BREAKING] Remove unmaintained security plugin (#​7773) (Boshen)
Features
  • 065f7dc linter: Support expectTypeOf, assert and assertType in vitest/expect-expect (#​7742) (Yuichiro Yamashita)
  • 3d5f0a1 linter/no_restricted_imports: Add the no_restricted_imports rules (#​7629) (Guillaume Piedigrossi)
Bug Fixes
Refactor
Testing
  • 62f0a22 linter: Port react-jsx-uses-vars rules to no_unused_vars (#​7731) (Tyler Earls)
  • 02f9903 linter: Add regression tests for import/namespace (#​7723) (dalaoshu)

v0.14.1: oxlint v0.14.1

Compare Source

[0.14.1] - 2024-12-06

Features
  • fd0935c linter: Change react/rules-of-hooks category to pedantic (#​7691) (Boshen)
  • e64fd95 linter: Map .js to .ts when resolving with tsconfig.json (#​7675) (Boshen)
  • bd9d38a linter: Implement eslint:yoda (#​7559) (tbashiyy)
  • a14e76a linter: Report identical logical expressions in const-comparisons (#​7630) (camc314)
  • afe1e9b linter: Enhance const-comparisons for more cases (#​7628) (camc314)
  • 4eb87ea linter: RulesOfHooks from nursery to correctness (#​7607) (Boshen)
  • 275d625 linter: Output rules to json array (#​7574) (camc314)
  • b8dc333 syntax: Add ExportEntry::is_type (#​7676) (Boshen)
Bug Fixes
  • 9761e94 apps/oxlint: Incorrect matching in .oxlintignore (#​7566) (dalaoshu)
  • 7cee065 linter: Panic in yoda (#​7679) (camc314)
  • 6ae178e linter: Ignore type references in no-undef (#​7670) (Boshen)
  • fcc2546 linter: Move no-unused-expressions from TS to eslint (#​7624) (camc314)
  • 29db060 linter: Detect typescript eslint alias rules (#​7622) (Alexander S.)
  • e824501 linter: False positive in exhaustive-deps (#​7626) (camc314)
  • 8a68ef4 linter: Update reporting spans for exhaustive-deps (#​7625) (camc314)
  • 543df6e linter: Fix false positives in exhaustive-deps (#​7615) (camc314)
  • e80214c linter: Fix false positives in rules-of-hooks (#​7606) (camc314)
  • 3dc46a8 linter: No-unused-expressions false positive with arrow fn expressions (#​7585) (Cameron)
  • 810671a linter: Detect vitest jest alias rules (#​7567) (Alexander S.)
  • 4e3044e linter: Rules-of-hooks fix false positive with default export (#​7570) (camc314)
Documentation
Refactor
  • a0973dc linter: Use BigIntLiteral::raw field (#​7660) (overlookmotel)
  • 3711a8e linter: Rename is_same_reference to is_same_expression (#​7654) (camc314)
  • b445654 linter: Use get_inner_expression in const-comparisons (#​7627) (camc314)
  • f0e7acc syntax: Change ModuleRecord::not_esm to has_module_syntax (#​7579) (Boshen)
  • 18519de syntax: Remove ModuleRecord::export_default (#​7578) (Boshen)
  • d476660 syntax: Remove ModuleRecord::exported_bindings_duplicated because it is a syntax error (#​7577) (Boshen)
  • 17663f5 syntax: Remove ModuleRecord::export_default_duplicated because it is a syntax error (#​7576) (Boshen)
  • 79014ff syntax: Clean up ModuleRecord (#​7568) (Boshen)
Testing
  • be9863a linter: Add more tests fo rules-of-hooks (#​7683) (camc314)
  • 6dd71c6 linter: Port eslint tests to no-unused-expressions (#​7611) (camc314)

v0.14.0

Compare Source

Features
  • 32f860d linter: Add support for ignorePatterns property within config file (#​7092) (Nicholas Rayburn)
Documentation

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

github-actions bot commented Dec 9, 2024

Export Size

Unchanged

@studiometa/ui

Name Size Diff
AbstractPrefetch 1 B -
AbstractScrollAnimation 1 B -
AbstractSliderChild 1 B -
Accordion 1 B -
AccordionItem 1 B -
Action 1 B -
ALL 1 B -
AnchorNav 1 B -
AnchorNavLink 1 B -
AnchorNavTarget 1 B -
AnchorScrollTo 1 B -
animationScrollWithEase 1 B -
ATOMS 1 B -
CircularMarquee 1 B -
Cursor 1 B -
DataBind 1 B -
DataComputed 1 B -
DataEffect 1 B -
DataModel 1 B -
Draggable 1 B -
Figure 1 B -
FigureShopify 1 B -
FigureTwicpics 1 B -
FigureVideo 1 B -
FigureVideoTwicpics 1 B -
Frame 1 B -
FrameAnchor 1 B -
FrameForm 1 B -
FrameTarget 1 B -
LargeText 1 B -
LazyInclude 1 B -
Menu 1 B -
MenuBtn 1 B -
MenuList 1 B -
Modal 1 B -
ModalWithTransition 1 B -
MOLECULES 1 B -
ORGANISMS 1 B -
Panel 1 B -
PrefetchWhenOver 1 B -
PrefetchWhenVisible 1 B -
PRIMITIVES 1 B -
ScrollAnimation 1 B -
ScrollAnimationChild 1 B -
ScrollAnimationChildWithEase 1 B -
ScrollAnimationParent 1 B -
ScrollAnimationWithEase 1 B -
ScrollReveal 1 B -
Sentinel 1 B -
Slider 1 B -
SliderBtn 1 B -
SliderCount 1 B -
SliderDots 1 B -
SliderDrag 1 B -
SliderItem 1 B -
SliderProgress 1 B -
Sticky 1 B -
TableOfContent 1 B -
TableOfContentAnchor 1 B -
Tabs 1 B -
Target 1 B -
Transition 1 B -

Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.35%. Comparing base (280e82d) to head (e07523e).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #338   +/-   ##
========================================
  Coverage    80.35%   80.35%           
========================================
  Files           96       96           
  Lines         3298     3298           
  Branches       324      324           
========================================
  Hits          2650     2650           
  Misses         648      648           
Flag Coverage Δ
unittests 80.35% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@titouanmathis titouanmathis changed the title Update dependency oxlint to v0.14.0 Update dependency oxlint to v0.14.1 Dec 9, 2024
@titouanmathis titouanmathis changed the title Update dependency oxlint to v0.14.1 Update dependency oxlint to v0.15.0 Dec 13, 2024
@titouanmathis titouanmathis changed the title Update dependency oxlint to v0.15.0 Update dependency oxlint to v0.15.1 Dec 16, 2024
@titouanmathis titouanmathis changed the title Update dependency oxlint to v0.15.1 Update dependency oxlint to v0.15.2 Dec 17, 2024
@titouanmathis titouanmathis changed the title Update dependency oxlint to v0.15.2 Update dependency oxlint to v0.15.3 Dec 20, 2024
@titouanmathis titouanmathis changed the title Update dependency oxlint to v0.15.3 Update dependency oxlint to v0.15.4 Jan 2, 2025
@titouanmathis titouanmathis changed the title Update dependency oxlint to v0.15.4 Update dependency oxlint to v0.15.5 Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants